IAsyncOperation.GetResults Method

Returns the results of the operation.

Syntax

public:
TResult GetResults()  

Return value

Type: TResultĀ 

The results of the operation.

Remarks

After you have finished with the results of the operation, you can call the Close method. The Close method is also automatically invoked by the IAsyncOperation deconstructor.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IAsyncOperation Generic Interface

IAsyncOperation Members

Windows.Foundation Namespace